Skip to content

docs: drop release-please references for manual release flow#13

Merged
Zakariya1057 merged 1 commit into
mainfrom
docs/drop-release-please-references
Jun 1, 2026
Merged

docs: drop release-please references for manual release flow#13
Zakariya1057 merged 1 commit into
mainfrom
docs/drop-release-please-references

Conversation

@Zakariya1057
Copy link
Copy Markdown
Collaborator

Summary

The release-please workflow was removed in #11 (org-level settings block Actions from creating PRs), but the docs still described it. This updates the remaining references to match the now-manual release process.

Changes

  • CONTRIBUTING.md
    • Commit-conventions intro: Conventional Commits are for commit messages; versioning and CHANGELOG.md are maintained by hand when cutting a release.
    • Releases section: rewritten as a manual 3-step flow (bump Version.swift → add CHANGELOG.md entry → tag vX.Y.Z). The old "Do not edit it by hand" line — which now contradicted reality — became "Bump it only when cutting a release, never in feature PRs."
  • .github/PULL_REQUEST_TEMPLATE.md
    • Checklist item changed from "Version.swift not edited by hand (release-please owns it)" to "Version.swift not touched (it is bumped only when cutting a release)".

The Conventional Commits table and the pr-title CI check are untouched — the commit convention itself still applies.

Notes

Docs-only; nothing to build or test. grep -rni release-please returns no remaining matches.

The release-please workflow was removed in #11 (org settings block
Actions from creating PRs). Update CONTRIBUTING.md and the PR template
to describe the now-manual release process: bump Version.swift, update
CHANGELOG.md, then tag vX.Y.Z.
@Zakariya1057 Zakariya1057 merged commit 9df0cd7 into main Jun 1, 2026
2 checks passed
@Zakariya1057 Zakariya1057 deleted the docs/drop-release-please-references branch June 1, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant